BlockingCollection(T) Properties

Task Parallel System.Threading

The BlockingCollection<(Of <(T>)>) type exposes the following members.

Properties

  NameDescription
BoundedCapacity
Gets the bounded capacity of this BlockingCollection<(Of <(T>)>) instance.
Count
Gets the number of items contained in the BlockingCollection<(Of <(T>)>).
IsAddingCompleted
Gets whether this BlockingCollection<(Of <(T>)>) has been marked as complete for adding.
IsCompleted
Gets whether this BlockingCollection<(Of <(T>)>) has been marked as complete for adding and is empty.

Explicit Interface Implementations

  NameDescription
ICollection..::.IsSynchronized
Gets a value indicating whether access to the ICollection is synchronized.
ICollection..::.SyncRoot
Gets an object that can be used to synchronize access to the ICollection. This property is not supported.

See Also